@charset "utf-8"; /* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, dl, dd, ul, ol {
    margin: 0;
    padding: 0
}

/*公共类*/
.w { /*版心 提取 */
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left
}

.fr {
    float: right
}

.al {
    text-align: left
}

.ac {
    text-align: center
}

.ar {
    text-align: right
}

.hide {
    display: none
}

/*公共类*/
em, i {
    font-style: normal
}

li {
    list-style: none
}

a, a:hover {
    text-decoration: none
}

img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

label {
    cursor: default
}

body, button, input, select, textarea {
    font: 12px/1.5 'microsoft yahei', \5b8b\4f53, arial, sans-serif;
}

select option {
    color: #000;
}

textarea {
    resize: none
}

a, a:focus {
    outline: none
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both
}

.clearfix {
    *zoom: 1
}

.clear {
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.fl {
    float: left;
    display: inline
}

.fr {
    float: right;
    display: inline
}

.fn {
    float: none
}

.tl {
    text-align: left
}

.tr {
    text-align: right
}

.tc {
    text-align: center
}

.hide {
    display: none
}

.show {
    display: block
}

.mt15 {
    margin-top: 15px
}

.noBg {
    background: none !important
}

body {
    background: #fff;
    color: #666;
}

a {
    color: #6f6f6f;
    text-decoration: none;
}

<!--
width:

1067
px

;
-->
a:hover {
    color: #0099d6;
}

::-webkit-scrollbar-thumb {
    min-height: 50px;
    border-radius: 3px;
    background-color: #ccc
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-corner {
    background: transparent
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.g-tSet {
    position: relative;
    height: 32px;
    z-index: 3;
}

.g-tSet .bd {
    width: 1200px;
    height: 32px;
    margin: 0 auto;
    line-height: 20px;
    color: #999999;
    font-size: 12px;
}

.m-wel {
    float: left;
    padding: 6px 0px 6px 7px;
    color: #999999;
}

.m-tSet {
    float: left;
    line-height: 20px;
    padding: 6px 0 6px;
    background-color: #f0f0f0;
    border-radius: 4px;
    margin-left: 100px;
    margin-top: 3px;
}

.m-tSet a {
    display: inline-block;
    margin: 0 12px;
    vertical-align: top;
    color: #999999;
}

.header {
    position: relative;
    width: 100%;
    z-index: 2;
}

.topArea {
    width: 1200px;
    height: 102px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.logo {
    float: left;
    width: 622px;
    height: 106px;
    background: url(../images/logo.png) no-repeat;
    background-size: 92%;
    overflow: hidden;
    text-indent: -9999px;
}
.en-logo{
    background-image: url(../images/en-logo.png) !important;
    background-position:0 15px;
}
.logo a {
    display: block;
    width: 561px;
    height: 88px;
}

.topArea .tel {
    display: block;
    float: right;
}

.sForm {
    float: right;
    background: url(../images/form.png) no-repeat;
    width: 200px;
    height: 32px;
    margin-top: 2px;
}

.sForm .sInputBox {
    float: left;
    position: relative;
    width: 165px;
    height: 32px;
    background: none;
    overflow: hidden;
}

.sForm .sInputBox input {
    width: 145px;
    height: 14px;
    padding: 10px 10px 8px 10px;
    border: none;
    background: none;
    color: #cccccc;
    font-family: Microsoft YaHei;
    line-height: 14px;
    font-size: 14px;
}

.sForm .sBtn {
    float: right;
    width: 35px;
    height: 32px;
}

.sForm .sBtn input {
    float: left;
    width: 35px;
    height: 32px;
    border: none;
    background: none;
    color: #fff;
    font-size: 0;
    line-height: 999px;
    overflow: hidden;
    cursor: pointer;
}

/*nav*/
.nav {
    width: 100%;
    background-color: #666666;
    height: 60px;
}

.nav ul {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    z-index: 2;
}

.nav li {
    float: left;
    height: 60px;
    font: 16px/60px 'microsoft yahei';
    text-align: center;
}

.nav li a {
    display: block;
    color: #ffffff;
    padding: 0 34px;
}

.nav li a:hover, .nav li .current {
    background-color: #ffd900;
    color: #000000;
}

/*foooter样式*/
.ft-nav {
    width: 100%;
    height: 396px;
    background: url(../images/foot-nav-bg.png) no-repeat center top;
}

.ft-nav-box {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    clear: both;
}

.ft-left {
    float: left;
    padding: 100px 0 0px;
    width: 760px;
}

.ft-nav dl {
    float: left;
    height: 190px;
}

.ft-nav dt {
    color: #fff;
    font: 14px/1 "Microsoft YaHei";
    margin-bottom: 20px;
    margin-right: 75px;
}

.ft-nav dd {
    line-height: 21px;
    font-size: 12px;
    color: #cccccc;
}

.ft-nav dd a {
    color: #cccccc
}

.last-one {
    margin-right: 0px !important;
}

.footer {
    background: #666666;
    border-top: 1px solid #747474;
}

.footer .warp {
    width: 1200px;
    margin: 0 auto;
}

.footer .warp p {
    float: left;
    color: #cccccc;
    font: 12px/54px arial;
    text-align: left;
}

.footer a {
    color: #cccccc;
}

.footer .m-ex {
    float: right;
    padding-top: 12px;
}

.footer .m-ex a {
    padding-right: 15px;
}

.footer .weixin {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    background: #f00;
    z-index: 3;
    display: block;
    bottom: 50px;
    display: none;
}

/*topbar*/
.topbar {
    height: 28px;
    border-bottom: solid 1px #dddddd;
    background-color: #f5f5f5;
}

.topbar p, .topbar ul li a {
    font: 500 12px / 28px 'microsoft yahei';
    color: #888888;
}

.topbar ul li a {
    padding: 0 15px;
    border-right: solid 1px #dddddd;
}

.topbar ul li:hover {
    background-color: #eeeeee;
}

.topbar ul li:hover a {
    color: #f4482e;
}

/*topbar*//*footer*/
.footer {
    background: url(../images/footerbj.jpg) no-repeat;
    padding-top: 30px;
    margin-top: 30px;
}

.footer dl {
    height: 146px;
    padding: 0 37px;
    text-align: center;
    border-right: solid 1px #ccc;
}

.footer dl dt {
    padding-bottom: 8px;
}

.footer dl dt a {
    font: 700 16px / 30px 'microsoft yahei';
    color: #333333;
}

.footer dl dd a {
    color: #333333;
    font-size: 12px;
    line-height: 26px;
}

.footer .contact {
    padding-left: 20px;
}

.footer > div:first-child {
    padding-bottom: 6px;
}

.footer .contact > p { /*padding-top:0px;*/
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
}

.footer .contact > p:nth-of-type(2) {
    color: #f00;
}

.erweima {
    padding-top: 10px;
    text-align: center;
    width: 100px;
}

.erweima p {
    color: #333333;
    font-size: 14px; /*width:90px;*/
    text-align: center;
}

.erweima img {
    width: 90px;
}

.xch-copy {
    background-color: #0e5ec0;
    line-height: 44px;
    color: #fff;
    font-size: 12px;
}

.xch-copy p {
    padding-left: 57px;
}

.xch-copy p:first-child {
    padding: 0;
}

/*footer*/
.en-product-list {
    width: 1200px;
    margin: 0 auto;
}

.en-product-list::after {
    content: '';
    display: table;
    clear: both;
}

.en-product-list .item {
    float: left;
    width: 25%;
    padding: 10px 15px;
    text-align: center;
    box-sizing: border-box;
    height:290px;
}

.en-product-list .item img {
    width: 100%;
}

.en-product-list .item > a {
    display: inline-block;
    height: 225px;
    overflow: hidden;
}

.en-product-list .item>a {
    font-size: 14px;
    color: #323232;
    border:solid 1px #ccc;
}
.en-box{
    font-size:24px;
    float: right;
    color:#ccc;
    padding-right:20px;
    height: 105px;
}
.en-btn{
    font-size:24px;
    color:#e92322;
    line-height:122px;
    padding:0 10px;
}
.m-bd a {
    color:#e92322;
}
.pagelist{
    margin-top:50px;
}